* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
    ;

     /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
     font-family: 'Inter', sans-serif;






}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');



* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

html,body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #241c15;
  /* padding-top: 100px; */
  padding-top: 30px;
  overflow-x: hidden;
  /* max-width: 100%; */
  
  
}





.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
   background: white;
  border-bottom: 1px solid #e6e6e6;
  /*z-index: 9999; */


  border-bottom: none; /* remove old border */
  z-index: 9999;
  /* overflow: visible; */
}




/* WAVE CONTAINER */
/* .header-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 0;
} */


.header-wave {
  position: absolute;
  bottom: 70px; /* pushes wave below header */
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
}

/* SVG */
.header-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Wave color */
.header-wave path {
  /* fill: #469ee6;  */
  fill: #2f8cc9;
}

.nav {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  display: block;
}



.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #241c15;
  display: block;
}



.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links li {
  position: relative;
  color: #1f5c82;
  
}
/* .nav-links li a:hover {
  color: #469ee6;
  
} */

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #241c15;
  color: #1f5c82;
  padding: 10px 0;
}



/* .mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
} */

.mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;           /* FULL PAGE WIDTH */
  max-width: none;        /* remove restriction */
  transform: none;        /* remove centering */
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.has-mega:hover .mega-mailchimp,
.mega-mailchimp:hover {
  opacity: 1;
  visibility: visible;
}


.has-mega::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 40px;
}





.has-mega .mega-mailchimp {
  display: none;
}

.has-mega.open .mega-mailchimp {
  display: flex;
  opacity: 1;
  visibility: visible;
}




.mega-left {
  flex: 3;
  padding: 30px;
}
.mega-left h2{
    margin-bottom: 10px;
   font-weight: normal;

}

.mega-right {
  flex: 1.4;
  padding: 48px;
  background: #f6f6f4;
}
.mega-right p{
    /* font-size: 0.95rem; */

    font-size: 15px;
    /* font-family: 'Segoe UI', sans-serif; */
    
     color: #6b6b6b;
      font-size: 14px;
    /* font-family: 'Segoe UI', sans-serif; */
    
    
      font-family: 'Inter', sans-serif;
      font-weight: 400;
  
  color: #241c15;
  color: #1f5c82;
  line-height: 1.6;
     
     

}



.mega-right h5 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #2a8dcf;
   /* color: #2f8cc9; */
    color: #1f5c82;
  
}


.mega-right ul {
  list-style: none;
}

.mega-right li {
  font-size:14px;
  padding: 10px 0;
  
  color: #6b6b6b;
}




.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.item {
  display: flex;
  gap: 14px;
}

.item i {
  font-size: 20px;
  margin-top: 3px;
  /*color: #241c15;*/
  /*color: #55a2e0;*/
  /* color: #469ee6; */

}
.item h4 {
  
}
.item h4:hover {
  
  cursor: pointer;
  text-decoration: underline;
  
}


.item p {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 450;
  
  line-height: 1.6;
  /* color: #1f5c82; */
}


.industry-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.industry-item {
  display: flex;
  gap: 16px;
  
}

.industry-item i {
  font-size: 20px;
  /*color: #241c15;*/
  color: #469ee6;
  color: #1f5c82;
   /* color: #2f8cc9; */
  /*margin-top: 3px;*/
}
.industry-content h4{
  font-size: 16px;
  color: #1f5c82;
  
}

.industry-content a {
  font-size: 16px;
  font-weight: 600;
  color: #241c15;
  text-decoration: none;

}
.industry-content a:hover {
  text-decoration: underline;
  color: black;
}

.industry-content p {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 6px;
  /* color: #1f5c82; */
}





.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #241c15;
}





/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* NAV LINK BASE */
.nav-links > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}


.nav-links > li > a:hover {
  /* color: #469ee6; */
  /* color: #1f5c82; */
   color: #2f8cc9;
  

}

/* UNDERLINE (hidden initially) */
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /*background-color: #241c15;*/
  /* background-color: #469ee6; */
   background-color: #2f8cc9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* SHOW UNDERLINE ON HOVER */
.nav-links > li > a:hover::after {
  transform: scaleX(1);
  /* color: #469ee6; */
  color: #2f8cc9;
}

/* CHEVRON ICON */
.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}

/* ROTATE CHEVRON ON HOVER (ALL ITEMS) */
.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP ROTATED WHEN MEGA MENU IS OPEN */
.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP UNDERLINE WHEN MEGA MENU IS OPEN */
.has-mega.open > a::after {
  transform: scaleX(1);
}





@media (max-width: 800px) {

  /* HEADER */
  body {
    padding-top: 80px;
  }

  .menu-toggle {
    display: flex;
    z-index: 10001;
  }

  /* MAIN NAV */
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 16px;
    overflow-y: auto;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    display: block;
  }

  /* DISABLE HOVER ON MOBILE */
  .has-mega:hover .mega-mailchimp {
    opacity: 1;
    visibility: visible;
  }

  /* MEGA MENU */
  .mega-mailchimp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    border-top: 1px solid #eee;
  
    

     
  }

  .has-mega.open .mega-mailchimp {
    display: block;
  }

  /* STACK CONTENT */
  .mega-left,
  .mega-right {
    padding: 16px 0;
    background: transparent;
    width: 100%;
  }

  .mega-left h2 {
    font-size: 18px;
  }

  

  /* PRODUCTS → SINGLE COLUMN */
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 18px;

  }

  /* .mega-grid {
  justify-items: center;
} */


  .item {
    gap: 12px;
  }

  .item h4 {
    font-size: 15px;
  }

  .item p {
    font-size: 13px;
  }

  /* INDUSTRIES */
  .industry-list {
    gap: 20px;
  }

  .industry-content a {
    font-size: 15px;
  }

  .industry-content p {
    font-size: 13px;
  }

  /* RIGHT PANEL */
  .mega-right h5 {
    font-size: 12px;
  }

  .mega-right li {
    font-size: 12px;
    padding: 8px 0;
  }
}



/* BENEFITS LIST */
.benefit-list{
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.benefit-list li{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ICON CONTAINER */
.benefit-icon{
  width: 28px;
  height: 28px;
  background: rgba(47,140,201,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}

/* ICON */
.benefit-icon i{
  font-size: 13px;
  color: #2f8cc9;
   color: #1f5c82;
  
}

/* TEXT */
.benefit-text{
  font-size: 13px;
  line-height: 1.6;
  color: #1f5c82;
  /* color: #1f3949; */
  font-weight: 600;
}


@media (max-width: 880px) {
  .mega-right h5 {
    font-size: 15px;
    font-weight: bold;
    /* font-size: 30px; */
    
  }


}
/*second section*/



.contact-sales {
      display: flex;
      gap: 90px;
      padding: 90px 8%;
      background: #f5f7fa;
      /* font-family: "Segoe UI", sans-serif; */
    }

    /* LEFT */
    .contact-left {
      flex: 1;
    }

    .contact-left h1 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 20px;
      color: #2f8cc9;
      color: #0e2f44;   
    }

    .desc {
      color: #555;
      line-height: 1.6;
      max-width: 480px;
      margin-bottom: 35px;
      color: #1f5c82;
      font-size: 14px;
    }

    .subhead {
      font-size: 16px;
      /* letter-spacing: 0.5px; */
      margin-bottom: 18px;
      color: #1f5c82;

      
      
    }

    .link-item {
      margin-bottom: 16px;
      font-size: 14px;
      color: #1f5c82;

    }

    .link-item i {
      color: #2f8cc9;
      margin-right: 10px;

    }

    .link-item a {
      color: #2f8cc9;
      text-decoration: none;
    }

    /* .location-box{
  margin-top:40px;
  border:1px solid #e2e6eb;
  border-radius:12px;
  padding:26px;
  max-width:480px;
  background:white;
}

.location-box h5{
  font-size:13px;
  letter-spacing:.7px;
  margin-bottom:10px;
}

.location-box a{
  color:#2f8cc9;
  text-decoration:none;
} */

    .map-box {
      margin-top: 40px;
      background: #fff;
      border-radius: 14px;
      padding: 22px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      max-width: 520px;
      color: #1f5c82;

    }

    /* ADDRESS */
    .map-address {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 18px;
    }

    .map-address i {
      font-size: 22px;
      color: #2f8cc9;
      margin-top: 3px;
    }

    .map-address address {
      font-style: normal;
      color: #444;
      line-height: 1.6;
      font-size: 14px;
      color: #1C68A6;
    }

    /* MAP */
    .map-frame iframe {
      width: 100%;
      height: 260px;
      border: 0;
      border-radius: 10px;
    }

    /* RIGHT CARD */
    .contact-card {
      flex: 1;
      background: #fff;
      border-radius: 18px;
      padding: 100px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    }

    /* INPUT LINES */
    .form-line {
      margin-bottom: 28px;
    }

    .form-line label {
      display: block;
      color: #3b4a5a;
      font-size: 14px;
      margin-bottom: 2px;
    }

    .form-line input {
      width: 100%;
      border: none;
      border-bottom: 2px solid #2f8cc9;
      padding: 5px 0;
      outline: none;
      font-size: 15px;
    }

    .form-area label {
      display: block;
      margin-bottom: 8px;
    }

    .form-area textarea {
      width: 100%;
      border: 2px solid #2f8cc9;
      border-radius: 10px;
      padding: 10px;
      min-height: 90px;
      outline: none;
    }

    .privacy {
      font-size: 12px;
      color: #6a7686;
      margin: 18px 0;
    }

    .privacy a {
      color: #2f8cc9;
      text-decoration: none;
    }

    /* BUTTON */
    .submit-btn {
      width: 100%;
      padding: 18px;
      border: none;
      border-radius: 40px;
      background: #2f8cc9;
      color: white;
      font-weight: 600;
      letter-spacing: 1px;
      cursor: pointer;
    }

    /* POPUP */
    .custom-popup {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      align-items: center;
      justify-content: center;
    }

    .popup-content {
      background: #fff;
      padding: 40px;
      border-radius: 12px;
    }



    .custom-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
 
.popup-content {
    text-align: center;
    background-color: #1C68A6;
}
.popup-content h2{
    font-size: 15px;
    color: white;
   padding-top: 20px;

}
 
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    
}
.popup-content p{
    color: white;
    padding-bottom: 30px;
}


/* ===== Floating background for Contact section ===== */

.contact-sales{
  position:relative;
  overflow:hidden;
}

/* reuse same hero circles */
.contact-sales .hero-circle{
  position:absolute;
  border-radius:50%;
  background:linear-gradient(145deg,#2f8cc9,#66b2e6);
  opacity:.12;
  filter:blur(2px);
  z-index:0;
}

/* positions */
.contact-sales .left-big{
  width:260px;
  height:260px;
  left:-80px;
  top:40px;
}

.contact-sales .left-small{
  width:120px;
  height:120px;
  left:140px;
  bottom:40px;
}

.contact-sales .right-big{
  width:300px;
  height:300px;
  right:-120px;
  top:60px;
}


.contact-sales .right-small{
   width:220px;
  height:220px;
  left:50%;
  top:20%;
  transform:translate(-100%,-40%);
  opacity:.10;   
}
.contact-sales .big-small{
   width:100px;
  height:100px;
  left:40%;
  top:40%;
  transform:translate(-100%,-40%);
  opacity:.10;   
}

.contact-sales .big-small1{
   width:100px;
  height:100px;
  left:90%;
  top:1%;
  transform:translate(-100%,-40%);
  opacity:.10;   
}

/* keep content above circles */
.contact-sales > *{
  position:relative;
  z-index:2;
}


/* ===============================
   RESPONSIVE CONTACT PAGE
================================ */

/* Tablets */
@media (max-width: 1100px){

  .contact-sales{
    flex-direction: column;
    gap:60px;
    padding:70px 6%;
  }

  .contact-left h1{
    font-size:40px;
  }

  .contact-card{
    padding:60px 50px;
  }

  .map-box{
    max-width:100%;
  }

}


/* Mobile */
@media (max-width: 768px){

  .contact-sales{
    padding:60px 20px;
    gap:45px;
  }

  .contact-left h1{
    font-size:34px;
  }

  .desc{
    max-width:100%;
  }

  .contact-card{
    padding:40px 25px;
    border-radius:16px;
  }

  .submit-btn{
    padding:16px;
    font-size:14px;
  }

  .map-frame iframe{
    height:220px;
  }

}


/* Small mobile */
@media (max-width: 480px){

  .contact-left h1{
    font-size:30px;
  }

  .contact-card{
    padding:30px 18px;
  }

  .form-line input{
    font-size:14px;
  }

  .form-area textarea{
    font-size:14px;
  }

  .link-item{
    font-size:14px;
  }

  .map-address address{
    font-size:13px;
  }

}
/*last section*/



:root{
  --blue-main:#2f8cc9;
  --blue-dark:#1f5c82;
  --footer-bg:#0f172a;
  --text-light:#cbd5e1;
  --text-muted:#94a3b8;
}
.wave-footer{
  position:relative;
  background: var(--footer-bg);
  padding-top:170px;
  padding-bottom:60px;
  overflow:hidden;
}

.wave-top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:170px;
}

.wave-top path{
  fill:#ffffff;
}
.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background: var(--blue-main);
  border-radius:24px;
  padding:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,0.25);
}

.cta-text h2{
  font-size:20px;
  margin-bottom:20px;
}

.cta-points{
  list-style:none;
}

.cta-points li{
  margin-bottom:10px;
  font-size:16px;
}

.cta-btn{
  background:#ffffff;
  color:var(--blue-dark);
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
  transition:0.3s;
  white-space:nowrap;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= FOOTER GRID ================= */

.wave-footer-content{
  max-width:1200px;
  margin:90px auto 0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:50px;
  color:var(--text-light);
}

.footer-col h4{
  color:#ffffff;
  margin-bottom:25px;
  font-size:16px;
  
}

/* ================= FOOTER LIST ================= */

.footer-list{
  list-style:none;
}

.footer-list li{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
}

/* ICON */

.footer-list li i{
  /* color:var(--blue-main); */
  color: var(--text-light);
  font-size:18px;
  margin-top:5px;
  min-width:22px;
}

/* TEXT WRAPPER */

.footer-item-text{
  display:flex;
  flex-direction:column;
}
/* TITLE */

.footer-item-text a{
  font-size:15px;
  font-weight:600;
  color:#ffffff;
  text-decoration:none;
  margin-bottom:4px;
  transition:0.3s;
}

.footer-item-text a:hover{
  color:var(--blue-main);
}

/* DESCRIPTION */

.footer-item-text span{
  font-size:13px;
  color:var(--text-muted);
  line-height:1.5;
}



.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background:#3c87b5;
  border-radius:28px;
  padding:50px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#ffffff;
}

/* LEFT SIDE */
.cta-left{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:280px;
}

.cta-icon{
  width:80px;
  height:80px;
  background:rgba(255,255,255,0.15);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
}

.cta-heading h2{
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}

/* MIDDLE POINTS */
.cta-middle ul{
  list-style:none;
}

.cta-middle li{
  margin-bottom:12px;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.cta-middle li i{
  color:#ffffff;
  font-size:16px;
}

/* RIGHT BUTTON */
.cta-btn{
  background:#ffffff;
  color:#1f5c82;
  padding:16px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  transition:0.3s;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-left{
    flex-direction:column;
  }

  .cta-middle li{
    justify-content:center;
  }

  .cta-right{
    margin-top:20px;
  }

}


/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-btn{
    margin-top:20px;
  }

}

@media(max-width:768px){

  .wave-footer{
    padding-top:130px;
  }

  .cta-wrapper{
    margin-top:-80px;
  }

  .cta-box{
    padding:35px 25px;
  }

  .cta-text h2{
    font-size:20px;
  }

  .cta-points li{
    font-size:14px;
  }

  .wave-top{
    height:130px;
  }

}
@media(max-width:768px){

  /* Center section headings */
  .footer-col h4{
    text-align:center;
  }

  /* Center each li */
  .footer-list li{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  /* Center icon */
  .footer-list li i{
    margin:0 0 10px 0;
  }

  /* Center text wrapper */
  .footer-item-text{
    align-items:center;
  }

}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom{
  background:#255a78;
  padding:18px 20px;
  /* margin-top:60px; */
}

.footer-bottom-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#ffffff;
  font-size:16px;
}

.footer-links{
  display:flex;
  gap:30px;
}

.footer-links a{
  color:#ffffff;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  opacity:0.8;
}

.footer-copy{
  text-align:right;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .footer-bottom-inner{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .footer-links{
    justify-content:center;
  }

  .footer-copy{
    text-align:center;
  }

}


@media (max-width: 768px) {

  .hero-cleanroom {
    padding: 120px 16px 140px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-wave-bg {
    min-height: 300px;
  }

}
@media (max-width: 768px) {
  .hero-wave-bg path {
    stroke-width: 25;
  }
}

/*last one section*/
 
    .trust-section{
  padding:50px 6%;
  background:linear-gradient(
    135deg,
    #f8fbff 0%,
    #eef5fb 50%,
    #f6f9fc 100%
  );
  font-family:'Segoe UI',sans-serif;
  text-align:center;
}

.trust-inner{
  max-width:900px;
  margin:auto;
}

.trust-tag{
  letter-spacing:2px;
  font-size:12px;
  color:#2f8cc9;
  font-weight:600;
  margin-bottom:18px;
}

.trust-inner h2{
  font-size:30px;
  color:#123a63;
  margin-bottom:22px;
  font-weight: 800;
  
  color: #0e2f44;  
  
}

.trust-desc{
  color:#4b5b6b;
  line-height:1.6;
  font-size:14px;
  margin-bottom:45px;
  color: #1f5c82;
}

.trust-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}

.trust-points span{
  border:1px solid #d9e7f4;
  padding:14px 22px;
  border-radius:40px;
  color:#1f5c82;
  font-size:14px;
  background:white;
}

/* MOBILE */
@media(max-width:768px){

  .trust-section{
    padding:90px 20px;
  }

  .trust-inner h2{
    font-size:28px;
  }

  .trust-desc{
    font-size:15px;
  }
}